Name | Particle Effects |
Description | All the effects listed here can be used by PlayEffect to display visual effects or play sounds
Effects: - Everything on https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Particle.html - Everything on https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Effect.html - RANDOM (chooses a random visual effect from the Particle list) |
Group | Useful Lists |
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/scripts/commands/world/PlayEffectCommand.java#L48 |